projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996ae46
)
(turn-off-hideshow): Tweak docstring.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 31 Mar 2007 18:33:07 +0000
(18:33 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 31 Mar 2007 18:33:07 +0000
(18:33 +0000)
lisp/progmodes/hideshow.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideshow.el
b/lisp/progmodes/hideshow.el
index ee88417bfc0ec67ef5f77f6d3d19695a497f98be..9f01787b3368d9357ca79f468175388831186292 100644
(file)
--- a/
lisp/progmodes/hideshow.el
+++ b/
lisp/progmodes/hideshow.el
@@
-921,7
+921,7
@@
Key bindings:
;;;###autoload
(defun turn-off-hideshow ()
- "Unconditionally turn off
hideshow minor mode
."
+ "Unconditionally turn off
`hs-minor-mode'
."
(hs-minor-mode -1))
;;---------------------------------------------------------------------------